home *** CD-ROM | disk | FTP | other *** search
- /*______________________________________________________________________
-
- init.h - Initialization Module Interface.
-
- Copyright © 1988, 1989, 1990, Northwestern University.
- _____________________________________________________________________*/
-
- #ifndef __init__
- #define __init__
-
- extern void init_InitMem (void);
- extern void init_Initialize (void);
-
- #endif
-
-